public enum NumRotatableBondsOptions extends java.lang.Enum<NumRotatableBondsOptions>
Enum Constant and Description |
---|
Default |
NonStrict |
Strict |
StrictLinkages |
Modifier and Type | Method and Description |
---|---|
static NumRotatableBondsOptions |
swigToEnum(int swigValue) |
int |
swigValue() |
static NumRotatableBondsOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NumRotatableBondsOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumRotatableBondsOptions Default
public static final NumRotatableBondsOptions NonStrict
public static final NumRotatableBondsOptions Strict
public static final NumRotatableBondsOptions StrictLinkages
public static NumRotatableBondsOptions[] values()
for (NumRotatableBondsOptions c : NumRotatableBondsOptions.values()) System.out.println(c);
public static NumRotatableBondsOptions valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static NumRotatableBondsOptions swigToEnum(int swigValue)